home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000306_news@columbia.edu _Sat Nov 27 10:33:15 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA22865
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 27 Nov 1999 10:33:14 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA10016
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 27 Nov 1999 10:29:30 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Modem Speaker
  11. Date: 27 Nov 1999 15:29:29 GMT
  12. Organization: Columbia University
  13. Message-ID: <81otcp$9ot$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <383F0D57.B489918C@ot.com>, Mike  <founder@ot.com> wrote:
  17. :    I am interested in shutting off my modem so that when it pages I dont
  18. : have to hear about it.  I know the AT command to shut it off, but where
  19. : do I put that in?   Does it go in the Modem setup in the script, and if
  20. : so, what is the actual line to use, exp. "set modem speaker ATM0"
  21. : Thanks, any help would be great.
  22. It depends on which software you are using, and what version.  C-Kermit 7.0
  23. and Kermit 95 1.1.17 have the following commands:
  24.  
  25.   SET MODEM SPEAKER { ON, OFF }
  26.   SET MODEM VOLUME { HIGH, LOW, MEDIUM }
  27.  
  28. These send the appropriate commands to the modem when dialing.  How or
  29. whether they work, of course, depends on the modem.
  30.  
  31. - Frank